Inserts an ept field that may contain asp.net markup and active scripting components. Usually used to present the content generated by a Webitor 2.0 active scripting component.

Background

The InsertFieldWithControls control wraps the InsertFieldWithObjects Active Scripting component and adds functionality to support embedded ASP.NET controls.

Examples

The following example will output the content of the ept field named Entry, and parse any embedded ASP.NET controls and Active Scripting components.

HTML
<csx:InsertFieldWithControls RunAt="Server" FieldName="Entry" />